Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scope of disable_active_migration #3670

Merged
merged 5 commits into from
Jun 9, 2020
Merged

Conversation

MikeBishop
Copy link
Contributor

@MikeBishop MikeBishop commented May 19, 2020

Following on @janaiyengar's insight that disable_active_migration is a property of an address, not a peer, we simply need to say which address the TP applies to.

This PR fixes #3608 by scoping the definition of disable_active_migration to the handshake address only. This means that existing clients remain fully compliant, albeit slightly more conservative than necessary.

While I find @kazuho's argument convincing that a server capable of using SPA is highly unlikely to be unable to handle migration, it would be trivial for a future extension to define an additional transport parameter carrying two bits that disable active migration for those addresses as well.

draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
@martinthomson martinthomson added the design An issue that affects the design of the protocol; resolution requires consensus. label May 19, 2020
Copy link
Member

@kazuho kazuho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo the point below.

draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
MikeBishop and others added 2 commits May 20, 2020 16:19
Co-authored-by: ianswett <ianswett@users.noreply.github.com>
Copy link
Member

@martinthomson martinthomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine.

draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
Copy link
Member

@kazuho kazuho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the changes.

I like @martinthomson's editorial improvements, but even without them, I think we are ready.

MikeBishop and others added 2 commits May 21, 2020 12:55
@martinthomson martinthomson merged commit 3cbe027 into master Jun 9, 2020
@martinthomson martinthomson deleted the transport/scope_disable branch June 9, 2020 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-transport design An issue that affects the design of the protocol; resolution requires consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5-tuple routing and SPA
7 participants